home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki NEWS / 40Tude Dialog 2.0.15.1 beta 38 / 4d2b38.exe / {app} / dialog.exe / 0 / RCDATA / TBOOKMARKFORM / TBOOKMARKFORM.txt
Encoding:
Text File  |  2005-02-07  |  2.3 KB  |  104 lines

  1. object BookmarkForm: TBookmarkForm
  2.   Left = 211
  3.   Top = 109
  4.   HelpContext = 1760
  5.   ActiveControl = BookmarkLB
  6.   AutoScroll = False
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsSizeToolWin
  9.   Caption = 'Bookmarks'
  10.   ClientHeight = 388
  11.   ClientWidth = 385
  12.   Color = clBtnFace
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   FormStyle = fsStayOnTop
  19.   OldCreateOrder = False
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnDeactivate = FormDeactivate
  24.   OnHide = FormHide
  25.   OnShow = FormShow
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object BookmarkLB: TTntListBox
  29.     Left = 0
  30.     Top = 0
  31.     Width = 385
  32.     Height = 331
  33.     Hint = 'Double-click to jump to a bookmarked article'
  34.     Style = lbVirtualOwnerDraw
  35.     Align = alClient
  36.     ItemHeight = 26
  37.     ParentShowHint = False
  38.     ShowHint = True
  39.     TabOrder = 0
  40.     OnDblClick = BookmarkLBDblClick
  41.     OnDrawItem = BookmarkLBDrawItem
  42.   end
  43.   object Panel1: TPanel
  44.     Left = 0
  45.     Top = 331
  46.     Width = 385
  47.     Height = 57
  48.     Align = alBottom
  49.     BevelOuter = bvNone
  50.     TabOrder = 1
  51.     DesignSize = (
  52.       385
  53.       57)
  54.     object AddBookmarkBtn: TMMTNTBItBtn
  55.       Left = 4
  56.       Top = 4
  57.       Width = 261
  58.       Height = 25
  59.       Caption = '&Bookmark selected article'
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clBtnText
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       TabOrder = 0
  67.       OnClick = AddBookmarkBtnClick
  68.     end
  69.     object DelBookmarkBtn: TMMTNTBItBtn
  70.       Left = 4
  71.       Top = 32
  72.       Width = 261
  73.       Height = 25
  74.       Caption = '&Delete selected bookmark'
  75.       Font.Charset = DEFAULT_CHARSET
  76.       Font.Color = clBtnText
  77.       Font.Height = -11
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = []
  80.       ParentFont = False
  81.       TabOrder = 1
  82.       OnClick = DelBookmarkBtnClick
  83.     end
  84.     object CloseBtn: TMMTNTBItBtn
  85.       Left = 304
  86.       Top = 32
  87.       Width = 77
  88.       Height = 25
  89.       Anchors = [akTop, akRight]
  90.       Cancel = True
  91.       Caption = '&Close'
  92.       Default = True
  93.       Font.Charset = DEFAULT_CHARSET
  94.       Font.Color = clBtnText
  95.       Font.Height = -11
  96.       Font.Name = 'MS Sans Serif'
  97.       Font.Style = []
  98.       ParentFont = False
  99.       TabOrder = 2
  100.       OnClick = CloseBtnClick
  101.     end
  102.   end
  103. end
  104.